home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection 3 / Epic Collection 3, The (1997)(Epic Marketing)[!].iso / internet / browser / awebftp / awebftp.readme next >
Text File  |  1996-09-08  |  2KB  |  67 lines

  1. Short    : FTP plugin v1.2 for Aweb
  2. Uploader : panther@gate.net (Josef Faulkner)
  3. Author   : panther@gate.net (Josef Faulkner)
  4. Type     : comm/tcp
  5. Version  : 1.2
  6.  
  7. Aweb FTP Plugin Arexx script
  8.  
  9. By Josef Faulkner (panther@gate.net) IRC: Josef
  10. Included program WBCopy by Bastian H. Frank
  11.  
  12. Description:
  13. ¯¯¯¯¯¯¯¯¯¯¯¯
  14. This plugin will allow you to do inline FTPing of files on the net,
  15. without the need to call an external FTP program (except FTPMount, which
  16. is transparent).  It will distinguish between a directory and a file, and
  17. act accordingly.
  18.  
  19. Features:
  20. ¯¯¯¯¯¯¯¯¯
  21.     o Fast reaction, since FTPMount does a lot of cacheing of dirs
  22.     o Asyncronous download (thanks to Aweb), you can continue browsing
  23.       while it downloads, and Aweb will inform you when the transfer
  24.       has completed!
  25.     o Brings up a requestor to ask what you want to save as
  26. New for 1.1:
  27.     o You can now upload to the directory if you type the name of a file
  28.       in a form at the bottom of the list (or leave blank, and it will
  29.       give you a requester asking for a file)
  30.     o Make directories
  31.     o Delete a file (only one at a time, currently)
  32. New for 1.2:
  33.     o WBCopy command used to copy files w/ progress meter
  34.       Thanks to Bastian H. Frank for developing this handy program!
  35.  
  36. Requirements:
  37. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  38. FTPMount version 8 (or newer) must be installed and running
  39.     available on Aminet:
  40.     FTPMount-1.0.lha  comm/tcp   109K Mounts FTP sites
  41. WBCopy (aminet/util/cli/WBCopy.lha) must be in your path
  42.     Not only does this program solve the problem with softlinks, but
  43.     it also gives a progress meter (a much requested feature)!
  44.  
  45. Installation:
  46. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  47. 1) Put this script in the same directory that the Aweb executable is in.
  48. 2) Set Aweb to the following settings:
  49.       ----------------------------------------------
  50.     Network 3: External Programs
  51.                ftp:
  52.       Command:  sys:rexxc/rx
  53.     Arguments:  awebftp.rexx %s %s %s  <--- *** NOTE *THREE* %s's ***
  54.       ----------------------------------------------
  55. 3) Put WBCopy in your path (ie C:)
  56. 4) Set your preferences for this script below:
  57.  
  58. Known Bugs:
  59. ¯¯¯¯¯¯¯¯¯¯¯
  60. Linked files are sometimes thought to be directories in AmigaDOS, and
  61. may wind up returning an empty directory listing instead of the actual
  62. file.
  63. I've attempted to correct this by checking if the link clicked on has a
  64. period in the name, if so, it assumes it's a file instead.
  65. Hopefully this bug is obsolete with the new copy program.  Let me know if
  66. you find any URL's that this still happens on.
  67.